func runtime.strhash

3 uses

	runtime (current package)
		alg.go#L51: func strhash(p unsafe.Pointer, h uintptr) uintptr
		alg.go#L167: 		return strhash(p, h)
		alg.go#L278: 	return strhash(noescape(unsafe.Pointer(&s)), seed)